home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtNextEvent.z / XtNextEvent
Encoding:
Text File  |  1998-10-30  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttNNNNeeeexxxxttttEEEEvvvveeeennnntttt((((3333XXXXtttt))))   XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))    XXXXttttNNNNeeeexxxxttttEEEEvvvveeeennnntttt((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent,
  10.           XtMainLoop - query and process events and input
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XtNextEvent(_e_v_e_n_t__r_e_t_u_r_n)
  14.                 XEvent *_e_v_e_n_t__r_e_t_u_r_n;
  15.  
  16.           Boolean XtPeekEvent(_e_v_e_n_t__r_e_t_u_r_n)
  17.                 XEvent *_e_v_e_n_t__r_e_t_u_r_n;
  18.  
  19.           XtInputMask XtPending()
  20.  
  21.           void XtProcessEvent(_m_a_s_k)
  22.                 XtInputMask _m_a_s_k;
  23.  
  24.           void XtMainLoop()
  25.  
  26.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  27.           _e_v_e_n_t     Specifies a pointer to the event structure that is
  28.                     to be dispatched to the appropriate event handler.
  29.  
  30.           _e_v_e_n_t__r_e_t_u_r_n
  31.                     Returns the event information to the specified
  32.                     event structure.
  33.  
  34.           _m_a_s_k      Specifies what types of events to process.  The
  35.                     mask is the bitwise inclusive OR of any
  36.                     combination of _X_t_I_M_X_E_v_e_n_t, _X_t_I_M_T_i_m_e_r,
  37.                     _X_t_I_M_A_l_t_e_r_n_a_t_e_I_n_p_u_t, and _X_t_I_M_S_i_g_n_a_l.  As a
  38.                     convenience, the X Toolkit defines the symbolic
  39.                     name _X_t_I_M_A_l_l to be the bitwise inclusive OR of all
  40.                     event types.
  41.  
  42.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  43.           _X_t_N_e_x_t_E_v_e_n_t has been replaced by _X_t_A_p_p_N_e_x_t_E_v_e_n_t.
  44.  
  45.           _X_t_P_e_e_k_E_v_e_n_t has been replaced by _X_t_A_p_p_P_e_e_k_E_v_e_n_t.
  46.  
  47.           _X_t_P_e_n_d_i_n_g has been replaced by _X_t_A_p_p_P_e_n_d_i_n_g.
  48.  
  49.           _X_t_P_r_o_c_e_s_s_E_v_e_n_t has been replaced by _X_t_A_p_p_P_r_o_c_e_s_s_E_v_e_n_t.
  50.  
  51.           _X_t_M_a_i_n_L_o_o_p has been replaced by _X_t_A_p_p_M_a_i_n_L_o_o_p.
  52.  
  53.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  54.           XtAppNextEvent(3xt), XtAppPending(3Xt), XtAppPeekEvent(3Xt),
  55.           XtAppProcessEvent(3Xt), XtAppMainLoop(3Xt)
  56.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  57.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.